object Dlg_fzal: TDlg_fzal Left = 295 Top = 129 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsSingle Caption = 'Faktura zaliczkowa' ClientHeight = 344 ClientWidth = 186 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 88 Width = 169 Height = 249 Caption = 'Wybierz faktur�' TabOrder = 0 object fnr: TListBox Left = 8 Top = 16 Width = 153 Height = 225 ItemHeight = 13 TabOrder = 0 OnClick = fnrClick end end object RadioGroup1: TRadioGroup Left = 8 Top = 8 Width = 105 Height = 73 TabOrder = 1 end object RadioButton1: TRadioButton Left = 16 Top = 21 Width = 57 Height = 17 Caption = 'Nowa' Checked = True TabOrder = 2 TabStop = True OnClick = RadioButton1Click end object RadioButton2: TRadioButton Left = 16 Top = 37 Width = 81 Height = 17 Caption = 'Kontynuacja' TabOrder = 3 OnClick = RadioButton2Click end object Button2: TButton Left = 120 Top = 44 Width = 65 Height = 25 Caption = 'Anuluj' TabOrder = 4 OnClick = Button2Click end object Edit1: TEdit Left = 272 Top = 56 Width = 105 Height = 21 TabOrder = 5 Text = 'Edit1' end object Button3: TButton Left = 120 Top = 14 Width = 65 Height = 25 Caption = 'OK' TabOrder = 6 OnClick = Button3Click end object Memo1: TMemo Left = 248 Top = 104 Width = 153 Height = 145 Lines.Strings = ( 'Memo1') TabOrder = 7 end object RadioButton3: TRadioButton Left = 16 Top = 53 Width = 81 Height = 17 Caption = 'Ko�cowa' TabOrder = 8 OnClick = RadioButton3Click end object Timer1: TTimer Enabled = False Interval = 10 OnTimer = Timer1Timer Left = 136 Top = 120 end object Q_nrzal: TQuery SQL.Strings = ( 'SELECT * from faktury_zal2') Left = 80 Top = 208 end end